g_logv adds one for us already.
theme = wl_cursor_theme_load (name, size, wayland_display->shm);
if (theme == NULL)
{
- g_warning ("Failed to load cursor theme %s\n", name);
+ g_warning ("Failed to load cursor theme %s", name);
return;
}
wayland_display->shm);
if (theme == NULL)
{
- g_warning ("Failed to load cursor theme %s with scale %u\n",
+ g_warning ("Failed to load cursor theme %s with scale %u",
wayland_display->cursor_theme_name, scale);
return NULL;
}
{
if (error)
{
- g_warning (G_STRLOC ": error reading selection buffer: %s\n", error->message);
+ g_warning (G_STRLOC ": error reading selection buffer: %s", error->message);
g_error_free (error);
}
else